home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Software 2 / Explore the World of Software 2.iso / atm / winfont3 / fontangl.h < prev    next >
Text File  |  1987-10-27  |  244b  |  6 lines

  1. #define START_SESSION  0
  2. #define CHARHEIGHT( i )     (TM[i].tmHeight + TM[i].tmExternalLeading)
  3. #define STRINGHEIGHT( i )   (CHARHEIGHT( i ) * \
  4.                              (lstrlen((LPSTR)(LF[i].lfFaceName)) + 2) )
  5. #define MAXFONTS  100
  6.